From: Richard M. Stallman Date: Wed, 17 Mar 1993 21:40:14 +0000 (+0000) Subject: Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96824 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8b235fde6d1e0f09fb3a1524b4950f81b0472f06;p=emacs.git Doc fix. --- diff --git a/src/fileio.c b/src/fileio.c index e4f7af72195..0a534287c8c 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -1960,7 +1960,7 @@ See also `file-readable-p' and `file-attributes'.") DEFUN ("file-executable-p", Ffile_executable_p, Sfile_executable_p, 1, 1, 0, "Return t if FILENAME can be executed by you.\n\ -For directories this means you can change to that directory.") +For a directory, this means you can access files in that directory.") (filename) Lisp_Object filename;